Jina Supabase RAG
pulsemcp/jina supabase ragCrawls and indexes documentation websites using Jina AI Reader API and Crawl4AI for intelligent content extraction, automatically discovering URLs through sitemaps and recursive crawling, then chunks and embeds the content into Supabase with pgvector for semantic search and retrieval-augmented generation workflows.
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"jina_supabase_rag": {
"url": "None",
"transport": "http"
}
}
}